table of contents
GLUTVIDEOPAN(3) | Library Functions Manual (local) | GLUTVIDEOPAN(3) |
NAME¶
glutVideoPan
—
Undocumented, unimplemented.
LIBRARY¶
OpenGLUT - videomode
SYNOPSIS¶
#include
<openglut.h>
void
glutVideoPan
(int
x, int y,
int w,
int h);
PARAMETERS¶
x
A horizontal position.
y
A vertical position.
w
A width.
h
A height.
DESCRIPTION¶
This function is undocumented. This function is unimplemeneted (presently).
Appears to be for moving the video display about (panning) in a much larger graphic area than will fit on the screen at current resolution.
SEE ALSO¶
glutVideoResizeGet(3) glutSetupVideoResizing(3) glutStopVideoResizing(3) glutVideoResize(3) glutVideoPan(3)